SixBit API Schema
Inventory_SetType Complex Type
Description
An API call to set values on an items inventory.
Namespace (none)
Diagram
InvoiceNumber Element PONumber Element FulfillmentSource Element DatePurchased Element SupplierName Element SupplierAccountNum Element SupplierID Element Cost Element Quantity Element StorageLocation Element ProductID Element SKU Element ExternalItemID Element ItemID Element Title Element All Inventory Element All Inventory_SetType Complex Type
Overview
Inventory_SetType
An API call to set values on an items inventory.
logfilepath optional xs:string
The full name and path to a location to place logging information.
All
Used By
Inventory_Set Element
Attributes
NameTypeUseDefaultFixedDescription
logfilepathxs:stringoptional  The full name and path to a location to place logging information.
Source
<xs:complexType name="Inventory_SetType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to set values on an items inventory.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="Inventory" type="InventoryType" minOccurs="1" maxOccurs="1" />
  </xs:all>
  <xs:attribute name="logfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a location to place logging information.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.